CSS 維護性


Posted by mijouhsieh on 2023-04-25

CSS 程式碼的品質- Don't Repeat Yourself
CSS 重構 => 在不同元素上,若有相同的CSS設定,把CSS設定另外拉出來取名 class name,在HTML檔中,元素加上 共用class name
reference:
On Style Maintenance - An applicable example in CSS


#CSS 重構 #共用class name







Related Posts

Google Chrome開發者工具教學 - Elements

Google Chrome開發者工具教學 - Elements

什麼是 Pure Function?在 React 當中的重要性是什麼?

什麼是 Pure Function?在 React 當中的重要性是什麼?

Day 93

Day 93


Comments